257 research outputs found

    Time-Efficient Read/Write Register in Crash-prone Asynchronous Message-Passing Systems

    Get PDF
    The atomic register is certainly the most basic object of computing science. Its implementation on top of an n-process asynchronous message-passing system has received a lot of attention. It has been shown that t \textless{} n/2 (where t is the maximal number of processes that may crash) is a necessary and sufficient requirement to build an atomic register on top of a crash-prone asynchronous message-passing system. Considering such a context, this paper visits the notion of a fast implementation of an atomic register, and presents a new time-efficient asynchronous algorithm. Its time-efficiency is measured according to two different underlying synchrony assumptions. Whatever this assumption, a write operation always costs a round-trip delay, while a read operation costs always a round-trip delay in favorable circumstances (intuitively, when it is not concurrent with a write). When designing this algorithm, the design spirit was to be as close as possible to the one of the famous ABD algorithm (proposed by Attiya, Bar-Noy, and Dolev)

    Learning curves of basic laparoscopic psychomotor skills in SINERGIA VR simulator

    Full text link
    Purpose: Surgical simulators are currently essential within any laparoscopic training program because they provide a low-stakes, reproducible and reliable environment to acquire basic skills. The purpose of this study is to determine the training learning curve based on different metrics corresponding to five tasks included in SINERGIA laparoscopic virtual reality simulator. Methods: Thirty medical students without surgical experience participated in the study. Five tasks of SINERGIA were included: Coordination, Navigation, Navigation and touch, Accurate grasping and Coordinated pulling. Each participant was trained in SINERGIA. This training consisted of eight sessions (R1–R8) of the five mentioned tasks and was carried out in two consecutive days with four sessions per day. A statistical analysis was made, and the results of R1, R4 and R8 were pair-wise compared with Wilcoxon signed-rank test. Significance is considered at P value <0.005. Results: In total, 84.38% of the metrics provided by SINERGIA and included in this study show significant differences when comparing R1 and R8. Metrics are mostly improved in the first session of training (75.00% when R1 and R4 are compared vs. 37.50% when R4 and R8 are compared). In tasks Coordination and Navigation and touch, all metrics are improved. On the other hand, Navigation just improves 60% of the analyzed metrics. Most learning curves show an improvement with better results in the fulfillment of the different tasks. Conclusions: Learning curves of metrics that assess the basic psychomotor laparoscopic skills acquired in SINERGIA virtual reality simulator show a faster learning rate during the first part of the training. Nevertheless, eight repetitions of the tasks are not enough to acquire all psychomotor skills that can be trained in SINERGIA. Therefore, and based on these results together with previous works, SINERGIA could be used as training tool with a properly designed training program

    Effects of maternal modafinil treatment on fetal development and neonatal growth parameters — a multicenter case series of the European Network of Teratology Information Services (ENITS)

    Get PDF
    \ua9 2023 The Authors. Acta Psychiatrica Scandinavica published by John Wiley &amp; Sons Ltd.Objective: In recent years, safety concerns about modafinil exposure during pregnancy have emerged. In particular, increased risks for major congenital anomalies (MCA) and impaired fetal growth were reported, although study results were conflicting. Our investigation aims to examine previously reported safety signals. Method: Multicenter case series based on data from 18 Teratology Information Services from 12 countries. Modafinil exposed pregnancies with an estimated date of birth before August 2019 were included in this study. For prospectively ascertained pregnancies, cumulative incidences of pregnancy outcomes, rate of nonchromosomal MCA in first trimester exposed pregnancies and percentiles of neonatal/infant weight and head circumference (HC) were calculated. Potential dose-dependent effects on fetal growth were explored by linear regression models. Retrospectively ascertained cases were screened for pattern of MCA and other adverse events. Results: One hundred and seventy-five prospectively ascertained cases were included, of which 173 were exposed at least during the first trimester. Cumulative incidences for live birth, spontaneous abortion and elective termination of pregnancy were 76.9% (95% CI, 68.0%–84.8%), 9.3% (95% CI, 5.0%–16.9%), and 13.9% (95% CI, 8.1%–23.1%), respectively. Nonchromosomal MCA was present in 3/150 live births, corresponding to an MCA rate of 2.0% (95%CI, 0.6%–6.1%), none were reported in pregnancy losses. Compared to reference standards, birth weight (BW) tended to be lower and neonatal HC to be smaller in exposed newborns (data available for 144 and 73 of 153 live births, respectively). In nonadjusted linear regression models, each 100 mg increase of average dosage per pregnancy day was associated with a decrease in standard deviation score (SDS) of −0.28 SDS (95% CI, −0.45 to −0.10) for BW and of −0.28 SDS (95% CI, −0.56 to 0.01) for HC. Screening of 22 retrospectively reported cases did not reveal any specific pattern of MCA or other adverse outcomes. Conclusion: The results do not indicate an increased risk of MCA after in utero exposure to modafinil, but a tendency toward lower BW and reduced neonatal HC. However, these findings should be regarded as preliminary. Until further studies allow for a definite conclusion, modafinil should not be used during pregnancy

    Conditions for Set Agreement with an Application to Synchronous Systems

    Get PDF
    The kk-set agreement problem is a generalization of the consensus problem: considering a system made up of nn processes where each process proposes a value, each non-faulty process has to decide a value such that a decided value is a proposed value, and no more than kk different values are decided. While this problem cannot be solved in an asynchronous system prone to tt process crashes when tkt \geq k, it can always be solved in a synchronous system; tk+1\lfloor \frac{t}{k} \rfloor +1 is then a lower bound on the number of rounds (consecutive communication steps) for the non-faulty processes to decide. The {\it condition-based} approach has been introduced in the consensus context. Its aim was to both circumvent the consensus impossibility in asynchronous systems, and allow for more efficient consensus algorithms in synchronous systems. This paper addresses the condition-based approach in the context of the kk-set agreement problem. It has two main contributions. The first is the definition of a framework that allows defining conditions suited to the \ell-set agreement problem. More precisely, a condition is defined as a set of input vectors such that each of its input vectors can be seen as ``encoding'' \ell values, namely, the values that can be decided from that vector. A condition is characterized by the parameters tt, \ell, and a parameter denoted dd such that the greater d+d+\ell, the least constraining the condition (i.e., it includes more and more input vectors when d+d+\ell increases, and there is a condition that includes all the input vectors when d+>td+\ell>t). The conditions characterized by the triple of parameters tt, dd and \ell define the class of conditions denoted Std,{\cal S}_t^{d,\ell}, 0dt0\leq d\leq t, 1n11\leq \ell \leq n-1 . The properties of the sets Std,{\cal S}_t^{d,\ell}are investigated, and it is shown that they have a lattice structure. The second contribution is a generic synchronous kk-set agreement algorithm based on a condition CStd,C\in {\cal S}_t^{d,\ell}, i.e., a condition suitedto the \ell-set agreement problem, for k\ell \leq k. This algorithm requires at most d1+k+1\left\lfloor \frac{d-1+\ell}{k} \right\rfloor +1 rounds when the input vector belongs to CC, and tk+1\left\lfloor \frac{t}{k} \right\rfloor +1 rounds otherwise. (Interestingly, this algorithm includes as particular cases the classical synchronous kk-set agreement algorithm that requires tk+1\left\lfloor \frac{t}{k} \right\rfloor+1 rounds (case d=td=t and =1\ell=1), and the synchronous consensus condition-based algorithm that terminates in d+1d+1 rounds when the input vector belongs to the condition, and in t+1t+1 rounds otherwise (case k==1k=\ell=1).

    Plasma Corticosterone Activates SGK1 and Induces Morphological Changes in Oligodendrocytes in Corpus Callosum

    Get PDF
    Repeated stressful events are known to be associated with onset of depression. Further, stress activates the hypothalamic–pituitary–adrenocortical (HPA) system by elevating plasma cortisol levels. However, little is known about the related downstream molecular pathway. In this study, by using repeated water-immersion and restraint stress (WIRS) as a stressor for mice, we attempted to elucidate the molecular pathway induced by elevated plasma corticosterone levels. We observed the following effects both, in vivo and in vitro: (1) repeated exposure to WIRS activates the 3-phosphoinositide-dependent protein kinase (PDK1)–serum glucocorticoid regulated kinase (SGK1)–N-myc downstream-regulated gene 1 (NDRG1)–adhesion molecule (i.e., N-cadherin, α-catenin, and β-catenin) stabilization pathway via an increase in plasma corticosterone levels; (2) the activation of this signaling pathway induces morphological changes in oligodendrocytes; and (3) after recovery from chronic stress, the abnormal arborization of oligodendrocytes and depression-like symptoms return to the control levels. Our data strongly suggest that these abnornalities of oligodendrocytes are possibly related to depression-like symptoms

    Friedreich's Ataxia (GAA)n•(TTC)n Repeats Strongly Stimulate Mitotic Crossovers in Saccharomyces cerevisae

    Get PDF
    Expansions of trinucleotide GAA•TTC tracts are associated with the human disease Friedreich's ataxia, and long GAA•TTC tracts elevate genome instability in yeast. We show that tracts of (GAA)230•(TTC)230 stimulate mitotic crossovers in yeast about 10,000-fold relative to a “normal” DNA sequence; (GAA)n•(TTC)n tracts, however, do not significantly elevate meiotic recombination. Most of the mitotic crossovers are associated with a region of non-reciprocal transfer of information (gene conversion). The major class of recombination events stimulated by (GAA)n•(TTC)n tracts is a tract-associated double-strand break (DSB) that occurs in unreplicated chromosomes, likely in G1 of the cell cycle. These findings indicate that (GAA)n•(TTC)n tracts can be a potent source of loss of heterozygosity in yeast

    Transcription-replication conflicts: How they occur and how they are resolved

    Get PDF
    The frequent occurrence of transcription and DNA replication in cells results in many encounters, and thus conflicts, between the transcription and replication machineries. These conflicts constitute a major intrinsic source of genome instability, which is a hallmark of cancer cells. How the replication machinery progresses along a DNA molecule occupied by an RNA polymerase is an old question. Here we review recent data on the biological relevance of transcription-replication conflicts, and the factors and mechanisms that are involved in either preventing or resolving them, mainly in eukaryotes. On the basis of these data, we provide our current view of how transcription can generate obstacles to replication, including torsional stress and non-B DNA structures, and of the different cellular processes that have evolved to solve them

    Using European travellers as an early alert to detect emerging pathogens in countries with limited laboratory resources

    Get PDF
    BACKGROUND: The volume, extent and speed of travel have dramatically increased in the past decades, providing the potential for an infectious disease to spread through the transportation network. By collecting information on the suspected place of infection, existing surveillance systems in industrialized countries may provide timely information for areas of the world without adequate surveillance currently in place. We present the results of a case study using reported cases of Shigella dysenteriae serotype 1 (Sd1) in European travellers to detect "events" of Sd1, related to either epidemic cases or endemic cases in developing countries. METHODS: We identified papers from a Medline search for reported events of Sd1 from 1940 to 2002. We requested data on shigella infections reported to the responsible surveillance entities in 17 European countries. Reports of Sd1 from the published literature were then compared with Sd1 notified cases among European travellers from 1990 to 2002. RESULTS: Prior to a large epidemic in 1999–2000, no cases of Sd1 had been identified in West Africa. However, if travellers had been used as an early warning, Sd1 could have been identified in this region as earlier as 1992. CONCLUSION: This project demonstrates that tracking diseases in European travellers could be used to detect emerging disease in developing countries. This approach should be further tested with a view to the continuous improvement of national health surveillance systems and existing European networks, and may play a significant role in aiding the international public health community to improve infectious disease control
    corecore